projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59d05d2
)
(erlang_attribute): Fix undefined variable usage (after Potorti).
author
Dave Love
<fx@gnu.org>
Wed, 23 Jun 1999 09:23:38 +0000
(09:23 +0000)
committer
Dave Love
<fx@gnu.org>
Wed, 23 Jun 1999 09:23:38 +0000
(09:23 +0000)
lib-src/etags.c
patch
|
blob
|
history
diff --git
a/lib-src/etags.c
b/lib-src/etags.c
index a1059e334d156f650bb7461f2893c61bd24adf72..31308bf23e865cd8bb82eff9d9c5f7895e6464a2 100644
(file)
--- a/
lib-src/etags.c
+++ b/
lib-src/etags.c
@@
-4111,7
+4111,7
@@
erlang_attribute (s)
if (strneq (s, "-define", 7) || strneq (s, "-record", 7))
{
- pos = 7 + eat_white (s,
pos
);
+ pos = 7 + eat_white (s,
7
);
if (s[pos++] == '(')
{
pos += eat_white (s, pos);